home *** CD-ROM | disk | FTP | other *** search
/ Hunter 2006 / Hunter 2006.iso / soft / spybotsd14.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMBROWSERLINK / TFORMBROWSERLINK.txt
Text File  |  2005-05-31  |  1KB  |  61 lines

  1. object formBrowserLink: TformBrowserLink
  2.   Left = 265
  3.   Top = 449
  4.   BorderStyle = bsDialog
  5.   Caption = 'Change browser link...'
  6.   ClientHeight = 138
  7.   ClientWidth = 298
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   DesignSize = (
  17.     298
  18.     138)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object labelInfo0: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 281
  25.     Height = 57
  26.     AutoSize = False
  27.     Caption = 
  28.       'Your browser currently points to a start- or search page to the ' +
  29.       'following URL. You can change that setting by typing in a new UR' +
  30.       'L or selecting one from the pull-down list.'
  31.     WordWrap = True
  32.   end
  33.   object bnOK: TBitBtn
  34.     Left = 200
  35.     Top = 104
  36.     Width = 91
  37.     Height = 25
  38.     Anchors = [akRight, akBottom]
  39.     TabOrder = 0
  40.     Kind = bkOK
  41.   end
  42.   object bnCancel: TBitBtn
  43.     Left = 96
  44.     Top = 104
  45.     Width = 91
  46.     Height = 25
  47.     Anchors = [akRight, akBottom]
  48.     TabOrder = 1
  49.     Kind = bkCancel
  50.   end
  51.   object cbURL: TComboBox
  52.     Tag = 1
  53.     Left = 8
  54.     Top = 72
  55.     Width = 281
  56.     Height = 21
  57.     ItemHeight = 13
  58.     TabOrder = 2
  59.   end
  60. end
  61.